@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.cl {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 14px/1.231 "微软雅黑","Arial Narrow",HELVETICA; min-width:1300px;
}

select, input, button, textarea, button {
    font: 99% "微软雅黑","Arial Narrow",HELVETICA;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    background: url(../images/body_bg01.png);
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/tanchuangBg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #df1f29;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #df1f29;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px; 
   color:#fff; 
   border-radius:5px; 
   margin:36px auto 0; 
   text-decoration:none;
   background:#df1f29;
}


/* 
    author:PengJin;
    date:2019-09-16;
*/

@font-face {
  font-family: "DIN Medium";
  src: url("../font/DIN Medium.woff2") format("woff2"),
       url("../font/DIN Medium.ttf") format("truetype"),
       url("../font/DIN Medium.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

.Header{background: url(../images/HeaderBg.jpg) no-repeat center;height: 153px;}

.Header .Logo{margin-top:30px;}
.Header .Logo a{float: left;display: block;float: left;}
.Header .Logo a img{display: block;width: 100%;}

.Header .Logo h3{ margin:7px 0 0 23px ;width:410px; overflow:hidden; float:left; font-size:27px; color:#313632; line-height:37px;  background:url(../images/logo_line.gif) no-repeat 0 8px; padding: 0 0 0 22px;}
.Header .Logo h3 span{font-weight: 100; font-size:22px; color:#333333;display: block; letter-spacing: 0.7px;}
.Header .Logo h3 b{ font-size: 27px;font-weight: normal;}
.Header .Logo h3 img{vertical-align: top;display:inline-block;margin-top:5px;}


.Header .ewm{margin:28px 28px 0 0;}
.Header .ewm em{float: left;display: block;margin-top:-2px; line-height:16px;}
.Header .ewm img{display: block;float: left;margin-left: 10px;width: 91px;height: 91px;border: 1px #ddd solid;}

.Header .Phone{margin-top:35px;}
.Header .Phone span{font-size: 29px;color:#636363;font-weight: bold;float: left; padding-top:9px;}
.Header .Phone span em{display: block;font-size: 14px; padding-top:2px;}
.Header .Phone .Text{float: left;margin-left:16px;  font-family: Times New Roman;}
.Header .Phone .Text p{font-size:33px;color:#343436;font-weight: bold;background: url(../images/dianhua.png) no-repeat left;padding-left:26px; margin-top: -3px;}
.Header .Phone .Text p.p2{background: url(../images/dianhua02.png) no-repeat left;}
.Header .Phone .Text p:first-child{margin-top: 0;letter-spacing: 1.5px;}

/*--public--*/
.wrapper{margin:0 auto;width:1300px;}
.wrap-title{position:relative;z-index:99;padding-bottom:25px;line-height:1.5;text-align:center;overflow:hidden;animation:fadeinT 1s ease-out backwards;transition:all 1s;}
.wrap-title h2 strong{ font-size:60px;}
.wrap-title h2{font-size:45px;color:#fff;letter-spacing:2px;font-weight: normal;}
.wrap-title h3{font-size:42px;}

.wrap-title h3{font-size:42px; font-weight:normal;}
.wrap-title h3 strong{ color:#083984;}
.wrap-title h2 a{color:#000;}
.wrap-title p{font-size:16px;color: #666; opacity: .7; letter-spacing:1px;font-weight: lighter;  font-family: microsoft yahei;}
.wrap-title em{display:block;font-family:Arial;font-size:14px;color:#666;}
.wrap-title i{display:block;margin:15px auto 0;width:13px;height:13px;background:url(../images/title_icon.png) no-repeat;}
.wrap-title.white *{color:#fff;}
.wrap-title.white i{background-image:url(../images/title_icon_white.png);}

.wrap-title1{position:relative;z-index:99;padding-bottom:40px;line-height:1.5;text-align:center;overflow:hidden;animation:fadeinT 1s ease-out backwards;transition:all 1s;}
.wrap-title1 h2{font-size:42px;color:#000; letter-spacing:2px;}
.wrap-title1 h2 a{color:#000;}
.wrap-title1 h2 strong{ color:#083984;}

.wrap-title1 p{font-size:17px; color: #777;}
.wrap-title1 em{display:block;font-family:Arial;font-size:14px;color:#666;}
.wrap-title1 i{display:block;margin:15px auto 0;width:13px;height:13px;background:url(../images/title_icon.png) no-repeat;}
.wrap-title1.white *{color:#fff;}
.wrap-title1.white i{background-image:url(../images/title_icon_white.png);}
/*--end public--*/
.wrap-title9{position:relative;z-index:99;padding-bottom:50px;line-height:1.5;text-align:center;overflow:hidden;animation:fadeinT 1s ease-out backwards;transition:all 1s;}
.wrap-title9 h2 strong{ font-size:42px;color: #083984;}
.wrap-title9 h2{font-size:42px;color:#fff;letter-spacing:2px;font-weight: normal;}
.wrap-title9 h2 a{color:#000;}
.wrap-title9 p{font-size:17px; color: #777; letter-spacing:1px; line-height:30px;}
/* --flinks-- */
.footer{background-color:#181818}
.fd-top{padding:10px 0 48px;overflow:hidden;border-bottom:1px solid #232323}
.fd-nv{position:relative;float:left;overflow:hidden;padding-left:25px;margin-right:30px}
.fd-nv:after{content:'';position:absolute;right:28px;top:0;bottom:0;width:1px;background-color:#242424}
.fd-nv dl{float:left;width:167px}
.fd-nv dt{position:relative;font-size:18px;color:#dcdcdc;margin-bottom:22px}
.fd-nv dt:after{content:'';position:absolute;top:50%;left:-25px;width:15px;height:1px;background:#083984}
.fd-nv dd a{display:block;line-height:33px;color:#777;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.fd-nv dd a:hover{color:#fff}
.copyright{padding:37px 0 30px;line-height:28px;overflow:hidden}
.copyright .left{color:#777;float:left}
.copyright .left span{margin-right:19px}
.copyright .left a{color:#777}
.copyright .left a:hover{color:#083984}
.ft-share{float:right}
.ft-share{font-weight: normal;font-size: 14px;}
.ft-share a{color: #999;border-left: 2px #999 solid;padding-left: 25px;margin-left: 25px;}
.ft-share a:hover{text-decoration: underline;}
.ft-share a:first-child{border-left: none;padding-left: 0;margin-left: 0;}

.fd-contact{float:left;padding:10px 0 0;text-align:center}
.fd-contact h4{font-weight:700;font-family:Arial;font-size:36px;margin-bottom:8px;color:#dcdcdc}
.fd-contact p{line-height:22px;color:#666}
.fd-contact .btn{display:block;margin:22px auto 0;width:201px;height:37px;line-height:37px;background:#083984;color:#fff;text-align:center;border-radius:18px}
.fd-contact .btn img{display:inline-block;vertical-align:middle;margin-right:5px}
.eq{float:right;width:150px;height:150px; color:#777; text-align:center; line-height:40PX;}
.eq img{display:block;width:100%;height:100%}
.fd-link{position:relative;top:-38px;z-index:2}
.fd-link .wp{position:relative;padding:28px 0 23px 14px}
.fd-link .wp:before{content:'';position:absolute;top:0;bottom:0;left:0;right:-0%;background-color:#083984}
.fd-link h4{position:relative;z-index:2;float:left;padding-left:30px; line-height:21px; background:url(../images/w-link.png) no-repeat left center;font-size:16px;color:#fff;margin-right:12px}
.fd-link .con a{position:relative;float:left;color:#aeb4d9;line-height:24px;margin-left:38px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.fd-link .con a:hover{color:#fff}
.fd-link .con a:first-child{margin-left:0}
.fd-link .con a:after{content:'';position:absolute;left:-20px;top:7px;width:1px;height:12px;background-color:#7881bd}
.fd-link .con a:first-child:after{display:none}
.wp{width:1300px;margin:0 auto}
.c{clear:both}
/*-- end footer --*/

/*导航*/
.nav{ background: #083984; }
.nav #NavCeshi {
    position: relative;
}
.nav > ul > li{float: left;width:144px;height: 75px;position: relative;}
.nav > ul > li > a > .en{display: block;font-size:12px;color:#798cad;text-transform: capitalize;line-height: 18px;position: relative;z-index: 3;transition: 0.3s all ease-in-out;}
.nav > ul > li > a{text-align: center;display: block;font-size: 16px;color: #fff;height: 46px;line-height: 28px;padding: 12px 0;position: relative;z-index: 33;transition: 0.3s all ease-in-out;}
.nav #NavCeshi .block{height:81px;position: absolute;bottom: -1px;background:#bd0000;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40bb76', endColorstr='#10af52',GradientType=1 );}

.nav > ul > li:hover > a,.nav > ul > li.navcurrent > a{color: #fff;}
.nav > ul > li:hover > a .en,.nav > ul > li.navcurrent > a .en{color:#ec7f7f;}

.erji_menu { display: none; position: absolute; left: 0; width: 100%; z-index: 1111;top:75px; }
.erji_menu ul li a{ display: block; text-align: center; font-size: 14px; color: #fff; line-height: 50px; margin-bottom: 1px; background: rgba(0,0,0,0.6); transition:0.3s all ease-in-out;font-weight: 100;}
.erji_menu ul li a:hover{background: rgba(8,57,132,0.8); }
